home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef _SHOWHIDEMENUBAR_
- #define _SHOWHIDEMENUBAR_
-
-
- #ifndef SHOW
- #define SHOW 1
- #define HIDE 0
- #endif
-
-
- /**\
- |**| ==============================================================================
- |**| PUBLIC FUNCTION PROTOTYPES
- |**| ==============================================================================
- \**/
- void SetMBarState (char vis);
- char GetMBarState (void);
-
-
- #endif